[PATCH] <short summary of the patch>
authorCamm Maguire <camm@debian.org>
Tue, 16 Jun 2026 01:30:34 +0000 (01:30 +0000)
committerCamm Maguire <camm@debian.org>
Sun, 5 Jul 2026 18:49:40 +0000 (14:49 -0400)
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.

Gbp-Pq: Name Version_2_7_2pre28

git.tag
h/armhf-linux.h
lsp/gcl_dl.lsp

diff --git a/git.tag b/git.tag
index e684561bdd80ef6942217a6796c0c3ef81e0485d..76fff2341c2fecde42b95734bd1255e4d5b6dbec 100644 (file)
--- a/git.tag
+++ b/git.tag
@@ -1 +1 @@
-"Version_2_7_2pre27"
+"Version_2_7_2pre28"
index 90848b564d834d6768c092a9d7e5c940fa5cb9ca..5290435ad11a6b61abd299ca2a8016c3b10cd4b7 100644 (file)
@@ -7,6 +7,6 @@
 
 #define NEED_STACK_CHK_GUARD
 
-#define OUTPUT_MACH bfd_mach_arm_9
+#define OUTPUT_MACH bfd_mach_arm_7
 
 #define ADDITIONAL_FEATURES ADD_FEATURE("NO-SIGFPE")
index c76937b97db56012852fb621d09cb20a49f5a7a0..880913e1dda6b34876ffacc2f231a9dae948e3d0 100644 (file)
@@ -10,7 +10,7 @@
 (defun esubseq (s &optional (b 0) (e (length s)) &aux (s (string s)));avoid mdl/memmove call in subseq
   (make-vector 'character (- e b) nil nil s b nil nil))
 
-(defun name-lib (n)
+(defun name-lib (n &aux (n (string n)))
   (when (>= (string-match (load-time-value (compile-regexp "\([^/]*\)$")) n) 0)
     (setq n (esubseq n (match-beginning 1) (match-end 1))))
   (when (>= (string-match (load-time-value (compile-regexp "(\.(so|dylib|dll))$")) n) 0)